Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(GLTFExporter): prefer native Blob/URL methods #282

Merged
merged 3 commits into from
Sep 23, 2023

Conversation

CodyJasonBennett
Copy link
Member

@CodyJasonBennett CodyJasonBennett commented Aug 24, 2023

Resolves #281 by dropping FileReader.readAsArrayBuffer and FileReader.readAsDataURL for Blob.arrayBuffer and URL.createObjectURL, respectively.

@codesandbox-ci
Copy link

codesandbox-ci bot commented Aug 24, 2023

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 529864f:

Sandbox Source
Vanilla Configuration

@CodyJasonBennett CodyJasonBennett merged commit ac8b8b8 into main Sep 23, 2023
2 checks passed
@CodyJasonBennett CodyJasonBennett deleted the refactor/node-filereader branch September 23, 2023 06:43
@github-actions
Copy link

🎉 This PR is included in version 2.26.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ReferenceError: FileReader is not defined GLTFExporter in nodejs
1 participant